asinh
Inverse hyperbolic sine
asinh()
function returns an inverse hyperbolic sine of a number.
Returns the inverse hyperbolic sine value of different values:
<?php echo ( asinh ( 7 ) ; echo ( asinh ( 56 ) ; echo ( asinh ( 2.45 ) ) ; ?>
Try it yourself
asinh ( x )
parameter | describe |
---|---|
x | Required. A number. |
Returns the inverse hyperbolic sine value of x , that is, the value whose hyperbolic sine is x .